home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / usr_-_Usr_Files / INCLUDE / GMP-MPAR.{1H < prev    next >
Text File  |  1999-09-17  |  250b  |  13 lines

  1. #ifndef _GMP_MPARAM_H
  2. #define _GMP_MPARAM_H
  3.  
  4. #if defined(__i386__)
  5. # include <i386/gmp-mparam.h>
  6. #elif defined(__mc68000__)
  7. # include <m68k/gmp-mparam.h>
  8. #else
  9. # error architecture not supported by Linux C library
  10. #endif 
  11.  
  12. #endif /* _GMP_MPARAM_H */
  13.